home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Sound / SoundEffects 0.9.2 / SoundEffects Developer’s Kit / Interfaces / ModNoAbout.c < prev    next >
C/C++ Source or Header  |  1994-06-29  |  91b  |  7 lines

  1. #include "Glue.h"
  2.  
  3.  
  4. pascal OSErr about(ModAboutPtr modInfo)
  5. {
  6.     return kModUnknownMessage;
  7. }